@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
l	ine-height: 1;

}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* END OF RESET */
/*estilos gerais*/
body  {
     width:100%;
	 margin: 0;  	
	 padding: 0;
	 font: 85% arial, hevetica, sans-serif;
	 text-align: center;
	 color: #fff; /*cor da fonte do conteudo*/
	 /*background: #ddd; cor do fundo*/
	 background-image: url(../imagens/fundo02.png); /*imagem de fundo*/

	 }
	
a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:focus { color: #FFFFFF; }
a:hover { color: #333333; }
a:active { color: #666666; }


h1, h2, h3, h4, h5, h6 { margin: 0 0 0; }

h1 {
     color: #FFFFFF;
	 font-weight: bold;
     font: 180% Verdana,arial,helvetica,sans-serif;
     }

h1 a { text-decoration: none; }

h2 {
     color: #FFFFFF;
	 font-weight: bold;
     font: 140% Verdana,arial,helvetica,sans-serif;
     }
   
h2 a { text-decoration: none; }

h3 {
     color: #7d8206;
     font: 110% georgia, times, "times new roman", serif;
     }
	 
h3 a { text-decoration: none; }
   
/*estilos do container (conteudo)*/   
	
#container  {  	
	 margin: 1em auto; /*margens do conteudo (topo, direita, baixo, esquerda)*/
	 width: 100%;
	 height:521px;
	 /*background-color: #000;
	 opacity:0.7;*/
	 
	 }
	 
#port  {  	
	 background-color: #00000;
	 opacity:1 !important;
	 }
	
/*estilos do menu*/
	
#menu  {
     width: 100%;
     height: 77px;
     margin: auto; /*padrão margin: 4% auto;*/
     background-color: #000;
     opacity: 0.8;
     position: absolute;
	 top: 77%; /*posição do menu em relação ao topo da pagina*/
	  }
	
#menu ul {
     margin: 0px auto;
     float: right;
     list-style-type: none;
     position: relative;
     right: 17px;
     top: 20px;
	 	 }
	
#menu ul li {
     display:inline;	
     position: relative;
	 margin-right:20px;
	 font: 15px/36px Verdana,arial,helvetica,sans-serif; /*tipo e tamanho fonte*/
	 }
	 
#menu ul li:hover{
     font: 15px/36px Verdana,arial,helvetica,sans-serif;
     }
	 
#menu ul li:hover ul{
     left:0;
	 top:220; /*posição do submenu quando o mouse esta sobre o link*/
     }
	 
#menu ul li  a{
     position:relative;
     display:inline;
	 font-weight: bold;
	 text-decoration: none;
	 text-shadow:0 1px 0 #000;
	 }
	 
/*primeiro submenu*/
	 
#menu ul li ul{
     position:absolute;
	 left:-999em;
	 top:-200px;
	 width:220px;
	 height:200px;
	 display:block;
	 background-color: #000;
	 text-align:center;
	 opacity:0.8; /**/
	 }

/*	 
#menu ul li ul li{
     width:180px;
	 border-right:none;
	 border-left:none;
	 }
*/	
	
/*
#menu ul li ul li ul{
	display:none;
}
*/
	 
#menu ul li ul li:hover ul{
     display:inline;
	 position:absolute;
	 left:100px;
	 top:0px;
     }

#submenu01{
     
}

#submenu02{
     color:#333;

}
     
/*estilos do contents (conteudo)*/
	
#contents  {  	
	 float: left;  	
	 width: 980px;
     height: 550px;
	 background-image :url(../imagens/transparente2.png); /*imagem de fundo*/ 	
	 margin: 0 0 0 0px;  
	 
	 }
	 
#logo{
	position:relative;
	left:10px;
	top:15px;
     float:left;
	 font: 120% georgia, times, "times new roman", serif;
}

/*estilos da galeria dinamica*/

/* Header Style */
.header{
    font-family: 'Arial Narrow', Arial, sans-serif;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 23%;
    line-height: 24px;
    font-size: 11px;
    background: #000;
    opacity: 0;
}
.header a{
    padding: 5px 10px;
    letter-spacing: 1px;
    color: #fff;
    text-align: right;
}
.header a:hover{
    color: #ddd;
}
.header a span{
    font-weight: bold;
}
.header span.right_ab{
    position: absolute;
    right: 4px;
}
/* Top Bar */
.ib-top{
    background: #000;
	opacity: .7;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    height: 40px;
}
.ib-top h1{
    color: #FFF;
    font-size: 20px;
    line-height: 40px;
    padding: 0 10px;
}
.ib-top h1 span{
    color: #555;
    font-size: 12px;
}
.ib-main-wrapper{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    outline: none;
    /*height dynamic*/
}
.ib-main{
    position: relative;
    width: 2140px; /* tamanho do espaço onde aparecem os thumbs 2546px padrão default*/
}

.ib-main a{
    float: left;
    width: 210px; /* tamanho da imagem do "botão" padrão width: 210px; */
    height: 210px; /* tamanho da imagem do "botão" padrão height: 210px; */
    position: relative;
    overflow: hidden;
    margin: 0px 0px 4px 4px;
    cursor: move;
    background: #fff url(../imagens/thumb_bg.jpg) no-repeat center center; /* imagem que se sobrepoe as imgs da galeria */
    background-size: 110% 110%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ib-main a.ib-loading,
.ib-main a.ib-loading:hover{
    background: #fff url(../imagens/ajax-loader.gif) no-repeat center center;
    background-size: 31px 31px; 
}
.ib-main a.ib-loading img,
.ib-main a.ib-loading:hover img{
    opacity: 0.5;
}
.ib-main > a.ib-loading > span,
.ib-main a.ib-loading > span{
    display: none;
}
.ib-main a img{
    opacity: 0.6; /* transparencia da imagem da galeria padrao 0.95 */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ib-main > a > span{
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    bottom: -20px;
    left: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ib-main a:hover > span{
    bottom: 0px;
}
.ib-main a:hover img{
    opacity: 1; /* transparencia do branco q aparece quando o mouse passa sobre a img da galeria */
}
.ib-main a:hover{
    background-size: 100% 100%;
}
.ib-content{
    background: #f9f9f9;
}
.ib-content .ib-teaser{
    text-align: center;
    background: #333;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ib-teaser h2{
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    padding-top: 40%;
    text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.ib-teaser h2 span{
    text-transform: none;
    font-size: 16px;
    font-family: Georgia, serif;
    font-style: italic;
    display: block;
}
.ib-content .ib-teaser:hover{
    background: #000;
}
.ib-content-preview{
    position: absolute;
    top: 44px;
    left: 0px;
    background: #000;
    width: 100%;
    height: 630px; /*dynamic*/
    display: none;
}
.ib-content-preview .ib-teaser h2{
    font-size: 50px;
    padding: 85px 40px 20px 40px;
}
.ib-content-preview .ib-teaser span{
    padding: 20px 0px 0px 5px;
    font-size: 22px;
}
.ib-content-full{
    font-family: 'Oswald';
    text-transform: none;
    line-height: 26px;
    margin: 0px 40px;
    border-top: 1px solid #333;
    padding: 20px 0px;
	font-size: 16px;
}
.ib-content-full p{
	padding: 5px 0px;
}
.ib-preview{
    overflow: hidden;
    position: absolute;
    top: 40px;
    display: none;
}
.ib-preview-descr{
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 999;
    font-size: 50px;
    text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.ib-preview img{
	position: absolute;
	z-index: 999;
	background: #111;
	opacity:0.99;

}
.ib-nav span{
	width: 53px;
	height: 87px;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	cursor: pointer;
    text-indent: -9000px;
	opacity: 0.6;
	z-index: 999;
    background: transparent url(../imagens/nav.png) no-repeat top right;
	right: 10px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.ib-nav span.ib-nav-prev{
	background-position: top left;
	left: 10px;
    right: auto;
}
.ib-close{
	top: 7px;
	right: 7px;
	background: transparent url(../imagens/close3.png) no-repeat center center;
	position: absolute;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 0.5;
	z-index: 999;
    text-indent: -9000px;
}
.ib-nav span:hover, .ib-close:hover{
	opacity: 1;
}
.ib-loading-large{
    text-indent: -9000px;
    width: 60px;
    height: 60px;
    background: #fff url(../imagens/ajax-loader.gif) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    z-index: 999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    opacity: 0.9;
}

#logoad{
	 position:relative;
 	 left:20px;
	 top:20px;
     float:left;
	 font: 74% georgia, times, "times new roman", serif;
	 /* font-family: RNome-da-Fonte, "Times New Roman", serif; - inserir aqui o nome da fonte e apagar o font ai acima */
	 font-weight: bold;
}
